# This is a BitKeeper generated patch for the following project: # Project Name: Linux kernel tree # This patch format is intended for GNU patch command version 2.5 or higher. # This patch includes the following deltas: # ChangeSet 1.1376+1.1373.1.16 -> 1.1377 # usr/Makefile 1.6.1.2 -> 1.8 # Makefile 1.410.1.5 -> 1.415 # net/ipv4/tcp_input.c 1.39.1.4 -> 1.42 # include/asm-cris/unistd.h 1.10.1.1 -> 1.13 # diff -Nru a/Makefile b/Makefile --- a/Makefile Sat Jul 12 00:38:13 2003 +++ b/Makefile Sat Jul 12 00:38:13 2003 @@ -213,7 +213,7 @@ NOSTDINC_FLAGS = -nostdinc -iwithprefix include CPPFLAGS := -D__KERNEL__ -Iinclude -CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -O2 \ +CFLAGS := $(CPPFLAGS) -Wall -Wstrict-prototypes -Wno-trigraphs -g -O2 \ -fno-strict-aliasing -fno-common AFLAGS := -D__ASSEMBLY__ $(CPPFLAGS)